projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ce042
)
; Add the necessary argument (bug#42967)
author
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 27 Aug 2020 08:32:50 +0000
(11:32 +0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 27 Aug 2020 08:33:52 +0000
(11:33 +0300)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index f5ea940a326bf0a4a3cb4a28ecd46c97526cf756..de2053c3c99ae4a525441d5ac84267b9c54713fb 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-961,7
+961,7
@@
Accepts the same arguments as `xref-show-xrefs-function'."
(defvar xref--read-pattern-history nil)
-(defun xref--show-xrefs (fetcher display-action)
+(defun xref--show-xrefs (fetcher display-action
&optional _always-show-list
)
(xref--push-markers)
(unless (functionp fetcher)
;; Old convention.